home *** CD-ROM | disk | FTP | other *** search
Wrap
<?php //////////////////////////////////////////////////////////////////////////////// // <!--Copyright (c) 2005 Pure Networks Inc. All rights reserved.--> //////////////////////////////////////////////////////////////////////////////// // // Build: 3.0.6121.0 (Stable) // $Revision: #3 $ // $sPageTitle = htmlspecialchars(returnPageTitle($sIntoTitle, $sProductNameInformal, $nmSharedPlace, $sPath, $fileName)); $sFeedTitle = ""; if (isValidString($sIntroHeadline)) { $sFeedTitle = $sIntroHeadline; } else { $sFeedTitle = $sProductNameInformal; } ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <META NAME="Generator" CONTENT="<?php echo $sParentProductNameInformal ?> 3.0.6121.0 (Stable)"> <?php if ($sNavLocation == "login") { require "_login_js.php"; } else { ?> <META HTTP-EQUIV=Refresh CONTENT="<?php echo ini_get("session.cookie_lifetime"); ?>; URL=<?php echo $_SERVER['REQUEST_URI']; ?>"> <?php } //////////////////////////////////////////////////////////////////////////////// // Add link rel tags for the site's various RSS 2.0 feeds that are available //////////////////////////////////////////////////////////////////////////////// if ($bRssFeedsEnabled) { switch ($sNavPage) { // let's do a switch case here so we can define different feeds for different parts of the site if we so choose. case "folders": case "details": // we're in a share or detail view of a share's image, let's add the rel link tag for the share's specifc rss feed. ?> <link rel="alternate" type="application/rss+xml" title="<?php echo ($sPageTitle)?>" href="/rss2/<?php echo ($_GET['share']); ?>"> <?php break; default: // we're anywhere but a share, let's add the rel link tag for the general sitewide rss feed. ?> <link rel="alternate" type="application/rss+xml" title="<?php echo ($sFeedTitle)?>" href="/rss2/sitefeed/"> <?php break; } } ?> <link rel="shortcut icon" href="/favicon.ico"> <title><?php echo $sPageTitle; ?></title> <?php require "_styles_import.php"; ?> </head> <?php if ($sNavLocation == "login" && !$bIsLockedOut) { $bIsIE55Plus = false; if ((stristr($_SERVER['HTTP_USER_AGENT'], "MSIE 6.0")) OR (stristr($_SERVER['HTTP_USER_AGENT'], "MSIE 5.5"))) { $bIsIE55Plus = true; } ?> <body onload="focusLoginInput()" class="MainBodyBackground"> <!--Copyright (c) 2005 Pure Networks Inc. All rights reserved.--> <?php } else { ?> <body class="MainBodyBackground"> <!--Copyright (c) 2005 Pure Networks Inc. All rights reserved.--> <?php } $sPageTitle = ""; $sSiteTitle = ""; if (isValidString($sIntroHeadline)) { $sSiteTitle = $sIntroHeadline; } else { $sSiteTitle = $sProductNameInformal; } if ($sNavLocation != "login") { ?> <div class="PageHeader"><img src="/images/pixel.trans.gif" alt=""></div> <?php } ?> <table cellspacing="0" cellpadding="0" width="100%" height="98%" border="0"> <tr> <td> <?php if ($sNavLocation != "login") { ?> <div class="Header"> <table cellspacing="0" cellpadding="0" border="0" width="100%"> <tr> <td class="HeaderLeft"><div><img src="/images/pixel.trans.gif" width="1" height="1" alt=""></div></td> <td class="HeaderMiddle"> <a class="SiteTitle" href="/folders/public" title="Go to home page"><?php echo ($sSiteTitle); ?> </a> </td> <td class="HeaderMiddle"> <div class="SiteTitleLinks"> <?php if (!$bLoggedIn) { ?> <a id="SignIn" href="javascript:location.href='/login';" title="Sign in to access files in private folders">Sign In</a> <?php } else { ?> Signed in to: <strong><?php echo str_replace(" ", " ",truncate_string(htmlspecialchars($sNetworkName), $iNetworkNameTruncateLength, "...", "right", true)); ?></strong> <br/> <a id="SignOut" href="javascript:location.href='/logout';" title="Sign out and return to public folders">Sign Out</a> | <a id="Preferences" href="javascript:location.href='/preferences/preferences.php';" title="Set sitewide preferences">Preferences</a> <?php } ?> | <a target="_new" href="/help" title="Help With <?php echo ($sProductNameInformal); ?>">Help</a> </div> </td> <td class="HeaderRight"><div><img src="/images/pixel.trans.gif" width="1" height="1" alt=""></div></td> </tr> </table> </div> <?php } ?> </td> </tr> <tr valign="top"> <td class="BodyTable"> <table cellspacing="0" cellpadding="0" width="100%" border="0"> <tr> <td valign="top"> <!--Main Content Starts Here-->